home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- end
-
- on mouseLeave
- cursor(-1)
- end
-
- on mouseUp
- global documento, docAnterior
- cursor(-1)
- set documento to "bonus"
- if docAnterior <> VOID then
- go(1, docAnterior)
- end if
- set docAnterior to 0
- end
-